home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mulan Multimedia Press Kit
/
Mulan - Multimedia Press Kit.iso
/
pc
/
mulan.dxr
/
00069_Field_69.txt
< prev
next >
Wrap
Text File
|
1998-06-11
|
171b
|
9 lines
-- std btn handler for any btn
--
on mouseDown
global gBtnList
set whichBtn = getAt(gBtnList,the clickon)
if objectp(whichBtn) then button(whichBtn)
end